Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpm: Update CNI to v0.8.3 #731

Closed
wants to merge 1 commit into from
Closed

Conversation

justaugustus
Copy link
Member

@justaugustus justaugustus commented Jun 6, 2019

A new version (v0.8.2 v0.8.3) of CNI plugins has been released.
We're updating the deb package definition and rpm spec to use v0.8.3 in this PR.

ref:

(thanks @squeed!)

/kind feature
/priority important-soon
/milestone v1.17

@k8s-ci-robot k8s-ci-robot added this to the v1.15 milestone Jun 6, 2019
@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 6, 2019
@justaugustus
Copy link
Member Author

/cc @kubernetes/patch-release-team @kubernetes/release-managers @kubernetes/release-engineering
/assign @tpepper

@k8s-ci-robot k8s-ci-robot requested a review from a team June 6, 2019 03:29
@justaugustus
Copy link
Member Author

/cc @sumitranr

@feiskyer
Copy link
Member

feiskyer commented Jun 6, 2019

Do we need to upgrade github.com/containernetworking/cni package as well in k/k?

@tpepper
Copy link
Member

tpepper commented Jun 6, 2019

/hold

We need test evidence that this actually integrates (cluster lifecycle, scalability?).

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 6, 2019
@squeed
Copy link

squeed commented Jun 6, 2019

Do we need to upgrade github.com/containernetworking/cni package as well in k/k?

No, the plugins and CNI libraries are independent.

@tpepper
Copy link
Member

tpepper commented Jun 6, 2019

/assign @claurence

@claurence
Copy link

@justaugustus given how close we are to the release for 1.15 I'm very hesitant to want to include this given CI Signal is stabilizing and I have concerns around risk this would add especially without info from SIG Scalability

Is there a reason we would really want to include this in the 1.15 release? if there is a very compelling reason (i.e. security) let me know - if not I'd want to defer for either a patch or 1.16

@justaugustus
Copy link
Member Author

@tpepper / @claurence -- don't get me wrong; I get where you're coming from, but this might be endemic of a more sinister problem...

Do we ever have signal from the packages we cut?

@justaugustus
Copy link
Member Author

There are several issues that suggest that we are not doing a great job of understanding this / exercising the toolchain:

One of the questions in my mind is do we halt bumping/building packages (which may introduce security/bug fixes) because we're lacking signal or do we try to solve both problems at once?

I would argue that that's not a good reason to hold this up. Given the tooling we have today, we're only going to understand how these pieces work together after we build them.

@squeed
Copy link

squeed commented Jun 6, 2019

The CNI plugins included here are used as part of kubenet. There haven't been any improvements in v0.8 that have to go in 1.15. So there's no need to rush this.

@claurence
Copy link

While I totally understand the desire to move quickly I don't have enough confidence this won't impact our release date and given the proximity to kubecon shanghai I'd like to keep things stable

Is there a reason this can't wait for a patch to go in? The urgency for this is not clear to me

@tpepper
Copy link
Member

tpepper commented Jun 6, 2019

I would argue that that's not a good reason to hold this up. Given the tooling we have today, we're only going to understand how these pieces work together after we build them.

Yes and no.

Almost all the time we have an associated SIG coming saying please update this dependency. On average the folks closest to each dependency make the argument for why the project should rev the dependency. Here I'd think that would be SIG Networking and SIG Cloud Provider and their subsidiary sub-projects making the push to change, with follow on vetting by SIG Release to insure the change timing makes sense and it doesn't surprise folks in SIG Cluster Lifecycle and SIG Scalability for example.

It will be awesome to have automation observing new versions of our machine readable dependency set and automatically pushing the changed set into a feature branch for full test validation. We will get there. In the meantime we have a lot of manual caution and discussion required.

@justaugustus
Copy link
Member Author

@tpepper / @claurence / @squeed -- yep, you're totally right that this is not something that needs to land now.

I think I'm just expressing general frustration that this isn't something we can do today / is something that needs to be gated on release timing. I will code in anger to fix this 😝

@tpepper tpepper removed this from the v1.15 milestone Jun 6, 2019
@justaugustus
Copy link
Member Author

/milestone 1.16

@k8s-ci-robot k8s-ci-robot added the do-not-merge/blocked-paths Indicates that a PR should not merge because it touches files in blocked paths. label Aug 17, 2019
@k8s-ci-robot
Copy link
Contributor

@justaugustus: Adding label: do-not-merge/blocked-paths because PR changes a protected file.

Reasons for blocking this PR:

[Changes to certain release tools can affect our ability to test, build, and release Kubernetes. This PR must be explicitly approved by SIG Release repo admins.]

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 17, 2019
@justaugustus justaugustus changed the title Update CNI to v0.8.1 Update CNI to v0.8.2 Aug 17, 2019
@justaugustus
Copy link
Member Author

justaugustus commented Aug 17, 2019

Bumped to v0.8.2, as @aojea mentioned there's a new version available.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 18, 2019
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Oct 8, 2019

@justaugustus: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
pull-release-unit eb3892a link /test pull-release-unit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Nov 13, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: justaugustus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
@justaugustus justaugustus changed the title Update CNI to v0.8.2 rpm: Update CNI to v0.8.3 Nov 13, 2019
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@cpanato
Copy link
Member

cpanato commented Nov 24, 2019

should we move this to 1.18?

@justaugustus
Copy link
Member Author

/milestone v1.18

@justaugustus
Copy link
Member Author

CNI 0.8.4 is out, but we're in the process of refactoring the rpm tooling in #1027, so I'm closing this out for now.

/close

@k8s-ci-robot
Copy link
Contributor

@justaugustus: Closed this PR.

In response to this:

CNI 0.8.4 is out, but we're in the process of refactoring the rpm tooling in #1027, so I'm closing this out for now.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 19, 2020
@k8s-ci-robot
Copy link
Contributor

@justaugustus: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/blocked-paths Indicates that a PR should not merge because it touches files in blocked paths. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/feature Categorizes issue or PR as related to a new feature. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/release Categorizes an issue or PR as relevant to SIG Release. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants